|
DX11 FIX OBJECT PIVOT
Sets the current orientation of the given object as its new base orientation.
You can optionally provide a combination of flags to tell the function what parts of the transform to "fix". If you omit this flag
only the rotation will be fixed (such that the object will appear to have its current rotation when you set it to rotation angles (0, 0, 0)).
DX11 FIX OBJECT PIVOT object, [flags]
object Dword The object to fix the pivot of.
[Optional] flags Dword A combination of one or more of the PIVOTFIX_SCALE, PIVOTFIX_ROTATION and PIVOTFIX_POSITION constants. Defaults to PIVOTFIX_ROTATION if omitted.
This function does not return a value.
OBJECT Functions Menu
DX11 Function Categories
|